projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e435b7
)
Test for set-buffer-multibyte rather than using mule-version.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 23 Sep 1998 23:25:48 +0000
(23:25 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 23 Sep 1998 23:25:48 +0000
(23:25 +0000)
lisp/ps-print.el
patch
|
blob
|
history
diff --git
a/lisp/ps-print.el
b/lisp/ps-print.el
index 8b62a7b2e35a7394ad94b9eea0b2257a29885169..98e409243fe96bd5555e2f1ea6d09601c57c8db3 100644
(file)
--- a/
lisp/ps-print.el
+++ b/
lisp/ps-print.el
@@
-2804,7
+2804,7
@@
which long lines wrap around."
;; Maintainer: Kenichi Handa <handa@etl.go.jp>
(eval-and-compile
- (if (
not (string< mule-version "4.0")
)
+ (if (
fboundp 'set-buffer-multibyte
)
(progn
(defalias 'ps-mule-next-point '1+)
(defalias 'ps-mule-chars-in-string 'length)
@@
-4812,7
+4812,6
@@
If FACE is not a valid face name, it is used default face."
)
; xemacs
; lucid
- ; epoch
(t ; epoch
(defun ps-face-bold-p (face)
(ps-xemacs-face-kind-p face 'WEIGHT_NAME "bold\\|demibold" ps-bold-faces))